fix(ui): render block handles underneath current block content#3611
fix(ui): render block handles underneath current block content#3611waleedlatif1 merged 2 commits intostagingfrom
Conversation
|
You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace. To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR makes a focused, single-line bug fix that lowers the z-index of ReactFlow Key points:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["group relative (no z-index)"]
A --> B["workflow-drag-handle\nrelative z-[20]\n(stacking context root)"]
B --> C["Handle components\n!z-[0] (AFTER FIX, was !z-[10])\noffset outside block bounds"]
B --> D["Header left section\nrelative z-10\n(block title, icon)"]
B --> E["Header right section\nrelative z-10\n(badges, status)"]
B --> F["Sub-block content rows\n(no explicit z-index)"]
style C fill:#f0f4ff,stroke:#4a6cf7
style D fill:#f0fff4,stroke:#38a169
style E fill:#f0fff4,stroke:#38a169
C -. "visually underneath\nblock content" .-> D
C -. "extends outside\nblock bounds" .-> G["Interactive handle\n(clickable outside block)"]
Last reviewed commit: 090d0e7 |
.../sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/workflow-block.tsx
Outdated
Show resolved
Hide resolved
|
@greptile |
* fix(ui): render block handles underneath current block content * fix(ui): use z-[0] instead of z-[-1] for handle z-index
Summary
Type of Change
Testing
Tested manually
Checklist